home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #6 / Amiga Plus CD - 2004 - No. 06.iso / AmiSoft / Misc / salv / DiskValid.lha / DiskValid.h < prev    next >
C/C++ Source or Header  |  1999-11-21  |  2KB  |  63 lines

  1. /*
  2.  *  Source machine generated by GadToolsBox V2.0b
  3.  *  which is (c) Copyright 1991-1993 Jaba Development
  4.  *
  5.  *  GUI Designed by : Peter Hutchison
  6.  */
  7.  
  8. #define GetString( g )      ((( struct StringInfo * )g->SpecialInfo )->Buffer  )
  9. #define GetNumber( g )      ((( struct StringInfo * )g->SpecialInfo )->LongInt )
  10.  
  11. #define GD_Disk                                0
  12. #define GD_Verbose                             1
  13. #define GD_Fix                                 2
  14. #define GD_Analyse                             3
  15. #define GD_TD64_Support                        4
  16. #define GD_Start_Check                         5
  17. #define GD_Cancel                              6
  18.  
  19. #define GDX_Disk                               0
  20. #define GDX_Verbose                            1
  21. #define GDX_Fix                                2
  22. #define GDX_Analyse                            3
  23. #define GDX_TD64_Support                       4
  24. #define GDX_Start_Check                        5
  25. #define GDX_Cancel                             6
  26.  
  27. #define DiskValidGUI_CNT 7
  28.  
  29. extern struct IntuitionBase *IntuitionBase;
  30. extern struct Library       *GadToolsBase;
  31.  
  32. extern struct Screen        *Scr;
  33. extern UBYTE                 *PubScreenName;
  34. extern APTR                  VisualInfo;
  35. extern struct Window        *DiskValidGUIWnd;
  36. extern struct Gadget        *DiskValidGUIGList;
  37. extern struct IntuiMessage   DiskValidGUIMsg;
  38. extern struct Gadget        *DiskValidGUIGadgets[7];
  39. extern UWORD                 DiskValidGUILeft;
  40. extern UWORD                 DiskValidGUITop;
  41. extern UWORD                 DiskValidGUIWidth;
  42. extern UWORD                 DiskValidGUIHeight;
  43. extern UBYTE                *DiskValidGUIWdt;
  44. extern struct TextAttr       topaz8;
  45. extern UWORD                 DiskValidGUIGTypes[];
  46. extern struct NewGadget      DiskValidGUINGad[];
  47. extern ULONG                 DiskValidGUIGTags[];
  48.  
  49. extern int DiskClicked( void );
  50. extern int VerboseClicked( void );
  51. extern int FixClicked( void );
  52. extern int AnalyseClicked( void );
  53. extern int TD64_SupportClicked( void );
  54. extern int Start_CheckClicked( void );
  55. extern int CancelClicked( void );
  56.  
  57. extern int SetupScreen( void );
  58. extern void CloseDownScreen( void );
  59. extern int HandleDiskValidGUIIDCMP( void );
  60. extern int DiskValidGUICloseWindow();
  61. extern int OpenDiskValidGUIWindow( void );
  62. extern int CloseDiskValidGUIWindow( void );
  63.